slip-codec 0.3.4

Serial Line Internet Protocol (SLIP) encoder/decoder
Documentation

slip-codec

SLIP encoder/decoder with Rust std::io::{Read, Write} interfaces.

Pure Rust implementation of RFC 1055 Serial Line Internet Protocol (SLIP). Test cases are lifted from the serial_line_ip crate that serves the same role, but uses slices for data handling.